From: Adrian Robert Date: Fri, 6 Mar 2009 15:30:04 +0000 (+0000) Subject: (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1384 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7b94d38b3f246de943ab0bdc4d552896ee0a7724;p=emacs.git (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and use NSRectFill instead of NSDrawGroove. --- diff --git a/src/ChangeLog b/src/ChangeLog index 176d02f2a05..b8b39b225d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-03-06 Aaron Ecay (tiny change) + + (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and + use NSRectFill instead of NSDrawGroove. + 2009-03-06 Adrian Robert * nsterm.m (x_set_window_size): Change back to calculated method